runtime.gcTrigger.test (method)
10 uses
runtime (current package)
arena.go#L812: if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
malloc.go#L1243: if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
malloc.go#L1345: if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
malloc.go#L1436: if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
malloc.go#L1529: if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
malloc.go#L1603: if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
mgc.go#L616: func (t gcTrigger) test() bool {
mgc.go#L677: for trigger.test() && sweepone() != ^uintptr(0) {
mgc.go#L684: if !trigger.test() {
proc.go#L6365: if t := (gcTrigger{kind: gcTriggerTime, now: now}); t.test() && forcegc.idle.Load() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)